home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 676 / fbm / fbm10man.zoo / MAN / pbm2ps.man < prev    next >
Text File  |  1990-12-18  |  3KB  |  133 lines

  1.  
  2.      PBM2PS(1)                     25-Jun-90                      PBM2PS(1)
  3.  
  4.  
  5.           3 
  6.  
  7.      ›1mNAME 
  8.           ›0mpbm2ps  \-  convert  a  PBM  file  to postscript (option for
  9.           Scribe files) 
  10.  
  11.      ›1mSYNOPSIS 
  12.           ›0mpbm2ps [ -s ] [ scale ] < pbm > postscript
  13.  
  14.      ›1mDESCRIPTION 
  15.  
  16.                ›0mThis is an  enhanced  version  of  Poskanzer's  ›3mpbmtops
  17.           ›0mcommand that includes an option to generate "bare" files for
  18.           including in  documents  (the -›1ms ›0mor scribe option).  It also
  19.           prints the title at the top, if there is one attached to the
  20.           image.  
  21.  
  22.           The ›3mscale ›0mif given must be an integer number which indicates
  23.           how many output dots (at 300  dpi)  are  used  to  render  a
  24.           single pixel.  The default is 1.  
  25.  
  26.      ›1mEXAMPLE 
  27.  
  28.                ›0mGiven  a  480  by 600 pixel bitmap, create a postscript
  29.           file with the largest integral scaling factor that fits on a
  30.           regular page: 
  31.  
  32.               % pbm2ps < foo.1bit > foo.PS 
  33.  
  34.           Given the same bitmap, create a postscript  file  with  each
  35.           input  pixel represented by a 2x2 block of 300 dpi pixels on
  36.           the output page (scaling factor 2): 
  37.  
  38.               % pbm2ps 2 < foo.1bit > foo.PS 
  39.  
  40.           Note that the resulting image will be 3.2 inches wide and  4
  41.           inches tall (pixels * scale / 300 dpi).  
  42.  
  43.           Create   the   same   image,   but  don't  include  document
  44.           structuring commands (this allows the file to be included in
  45.           other documents by formatters such as Scribe and TeX).  
  46.  
  47.               % pbm2ps -s 2 < foo.1bit > foo.PS 
  48.  
  49.      ›1mSEE ALSO 
  50.           ›0mfbm2ps(1) for  converting  grayscale  files.    fbm(1)   for
  51.           general discussion, pbm(1) for PBM routines.  
  52.  
  53.      ›1mBUGS 
  54.           ›0mNone known.  
  55.  
  56.      ›1mHISTORY 
  57.           ›0mCopyright  (C)  1989,1990  by Michael Mauldin. Permission is
  58.           granted to use this  file  in  whole  or  in  part  for  any
  59.           purpose,  educational,  recreational or commercial, provided
  60.           that this copyright notice  is  retained  unchanged.    This
  61.           software is available to all free of charge by anonymous FTP
  62.           and in the UUNET archives.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.  
  68.      PBM2PS(1)                     25-Jun-90                      PBM2PS(1)
  69.  
  70.  
  71.  
  72.           25-Jun-90  Michael  Mauldin  at  Carnegie  Mellon University
  73.           Release 1.0 mlmcs.cmu.edu 
  74.  
  75.           07-Mar-89 Michael L. Mauldin at Carnegie  Mellon  University
  76.           Beta release (version 0.9) mlmcs.cmu.edu 
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                       -2-
  132.  
  133.